﻿2021-01-01 17:03:04.799 INFO  [38964] [Axe::initLogger@81] ---player--- initLogger....1.0.0.26...2020-11-19 12:00....log file path: C:/Users/lenovo/AppData/Local/cache/log/Player/RemoveWatermark/player_log_2021_01_01_17_03_04.txt
2021-01-01 17:03:04.802 INFO  [38964] [Axe::GLRender_yuv420p::GLRender_yuv420p@60] ---player--- vertex shader: #version 330 core
layout(location = 0) in vec2 position; layout(location = 1) in vec2 inputTextureCoordinate; uniform vec2 flip; out vec2 textureCoordinate; uniform mat4 transform; void main() { gl_Position = transform * vec4(position, 0, 1); gl_Position = gl_Position * vec4(flip.x, flip.y, 0, 1); textureCoordinate = inputTextureCoordinate; }
2021-01-01 17:03:07.008 INFO  [38964] [Axe::MediaPlayerImpl::stop@400] ---player--- stopped start...
2021-01-01 17:03:07.008 INFO  [38964] [Axe::MediaPlayerImpl::stop@402] ---player--- stopped: MediaSrc isn't Open, return...
